Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 17 - File Objects / File Objects Reference
File Objects Routines / Accessing Objects Directly


Q3File_ReadObject

You can use the Q3File_ReadObject function to read the next object in a file.

TQ3Object Q3File_ReadObject (TQ3FileObject file);
file
A file object.
DESCRIPTION
The Q3File_ReadObject function returns, as its function result, the next object in the file specified by the file parameter. If an error occurs, Q3File_ReadObject returns the value NULL.


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996